projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01a5c27
)
Avoid mixing standard error output messages into the search result.
author
Pavel Janík
<Pavel@Janik.cz>
Wed, 19 May 2004 19:06:54 +0000
(19:06 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Wed, 19 May 2004 19:06:54 +0000
(19:06 +0000)
lisp/net/ldap.el
patch
|
blob
|
history
diff --git
a/lisp/net/ldap.el
b/lisp/net/ldap.el
index 55af47e6a8748a2a4ce2ed052eb46ba17c69de4b..f093fb1cbcc439c4a34425a5128d0b816b6ceefa 100644
(file)
--- a/
lisp/net/ldap.el
+++ b/
lisp/net/ldap.el
@@
-554,7
+554,7
@@
an alist of attribute/value pairs."
(setq arglist (nconc arglist (list (format "-z%s" sizelimit)))))
(eval `(call-process ldap-ldapsearch-prog
nil
- buf
+ `(,buf nil)
nil
,@arglist
,@ldap-ldapsearch-args